projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36b932
)
imcontextime: Add missing semicolon
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:18:50 +0000
(07:18 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000
(07:23 +0200)
I wonder how thoroughly this was tested... ;)
gtk/gtkimcontextime.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextime.c
b/gtk/gtkimcontextime.c
index ab972c90e6a27f2cae9d935178748a0cbca2ad4b..1814e7b30b3bac0a0bf204e3e48abd2027f77bc3 100644
(file)
--- a/
gtk/gtkimcontextime.c
+++ b/
gtk/gtkimcontextime.c
@@
-879,7
+879,7
@@
gtk_im_context_ime_set_preedit_font (GtkIMContext *context)
widget = gtk_root_get_for_surface (context_ime->client_surface);
if (!widget)
- return
+ return
;
hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
himc = ImmGetContext (hwnd);